home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / frame_80 / DoAction.as
Text File  |  2011-08-19  |  98b  |  10 lines

  1. if(_root.player._x > 600)
  2. {
  3.    nextFrame();
  4. }
  5. else
  6. {
  7.    gotoAndStop("boy");
  8.    play();
  9. }
  10.